Posts

Post not yet marked as solved
2 Replies
It is too bad that the OS Ventura disabled duplicating Terminal.App and renaming it for Rosetta2 option. Because I use Homebrew, I need to maintain separate libraries and environments for arm64 and x86_64 architectures. I found a post on Medium by Vineeth Bardhwaj P useful about switching terminal defaults architecture. I could not post a link to it due to the forum policy. % env /usr/bin/arch -arm64 /bin/zsh --login % arch arm64 % env /usr/bin/arch -x86_64 /bin/zsh --login % arch x86_64 Including these lines in my .zshrc made it easier as suggested in the cited post. alias arm="env /usr/bin/arch -arm64 /bin/zsh --login" alias intel="env /usr/bin/arch -x86_64 /bin/zsh --login"  So, for now I can use this workaround.
Post not yet marked as solved
50 Replies
Update through App Store has become very slow. On my M1 with OS 12.1, it is still stuck at 971 out of 1000 tasks. It is now 10 hours and counting.
Post not yet marked as solved
52 Replies
What are on feedback assistance is appropriate. AppStore Connect, AppStore Connect API or Xcode?System log error is different from the one reported in OP. com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.IDECacheDeleteAppExtension.8351): Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/XPCServices/com.apple.dt.Xcode.TCPRelayService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/Xcode.app/Contents/PlugIns/IDECacheDeleteAppExtension.appexNov 1 16:07:11 MBP com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.IDECacheDeleteAppExtension.8351): Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/XPCServices/IDETouchBarSimulatorService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/Xcode.app/Contents/PlugIns/IDECacheDeleteAppExtension.appexNov 1 16:07:11 MBP com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.IDECacheDeleteAppExtension.8351): Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/XPCServices/RootDebuggingXPCService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/Xcode.app/Contents/PlugIns/IDECacheDeleteAppExtension.appexNov 1 16:07:12 MBP com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.IDECacheDeleteAppExtension.8351): Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/XPCServices/com.apple.dt.XcodeMacLocationSimulation.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/Xcode.app/Contents/PlugIns/IDECacheDeleteAppExtension.appex